LEADTOOLS Medical (Leadtools.Dicom.Server.Admin assembly)

SendMessage(String,Object[]) Method

Show in webframe





The name of the message to send.
The extra data to send along with the message.
Sends a message to the DICOM Service.
Syntax
public void SendMessage( 
   string Message,
   params object[] data
)
'Declaration
 
Public Overloads Sub SendMessage( _
   ByVal Message As String, _
   ByVal ParamArray data() As Object _
) 
'Usage
 
Dim instance As DicomService
Dim Message As String
Dim data() As Object
 
instance.SendMessage(Message, data)

            

            
public:
void SendMessage( 
   String^ Message,
   ... array<Object^>^ data
) 

Parameters

Message
The name of the message to send.
data
The extra data to send along with the message.
Remarks
The Message event will be generated when a response is received. The service needs to be running before it can accept messages.
Example
For an example refer to InstallService
Requirements

Target Platforms

See Also

Reference

DicomService Class
DicomService Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Server.Admin requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features